html {
  min-width: 1000px;
}
.inner {
  width: 94.2%;
  margin: 0px auto;
}
@media only screen and (min-width: 1440px) {
  .inner {
    width: 1400px;
  }
}
.cat-name {
  height: 55px;
  background: #eee;
  border-bottom: 1px solid #d5d5d5;
  position: relative;
}
.cat-name span {
  display: block;
  width: 156px;
  height: 56px;
  position: absolute;
  left: 0px;
  top: -1px;
  border-top: 3px solid #d73332;
  border-bottom: 1px solid #fff;
  background: #fff;
  line-height: 52px;
  text-align: center;
  font-size: 19px;
  color: #e41913;
}
.cat-name a {
  position: absolute;
  right: 15px;
  top: 0px;
  line-height: 55px;
  font-size: 15px;
  color: #999;
}
.cat-name a:hover {
  color: #e41913;
  text-decoration: none;
}
/*大焦点图*/
.big-slide {
  width: 94.2%;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
}
.big-slide .bd {
  position: relative;
  width: 100%;
  z-index: 0;
}
.big-slide .bd li {
  zoom: 1;
  vertical-align: middle;
}
.big-slide .bd li h3 {
  display: block;
  height: 100px;
  text-align: center;
}
.big-slide .bd li h3 a {
  display: inline-block;
  width: 100%;
  line-height: 100px;
  font-size: 2vw;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  color: #E11E1A;
}
.big-slide .bd li > a {
  display: block;
  width: 100%;
  padding-bottom: 38.726%;
  background-size: 100% 100%;
  position: relative;
}
.big-slide .hd {
  position: absolute;
  right: 10px;
  bottom: 0px;
  height: 15%;
  z-index: 9;
}
.big-slide .hd ul {
  width: 100%;
  height: 100%;
}
.big-slide .hd li {
  display: inline-block;
  width: 18px;
  height: 18px;
  float: left;
  margin-right: 15px;
  position: relative;
  top: 50%;
  margin-top: -9px;
  background: #fff;
  cursor: pointer;
}
.big-slide .hd li.on {
  background: #b81010;
}
@media only screen and (min-width: 1440px) and (max-width: 1600px) {
  .big-slide {
    width: 1400px;
  }
}
/*大焦点图 end*/
/*分栏广告*/
.ad-fenlan {
  margin-top: 25px;
}
.ad-fenlan .ad-l {
  width: 47%;
  float: left;
}
.ad-fenlan .ad-m {
  width: 25.5%;
  float: left;
  margin-left: 1%;
}
.ad-fenlan .ad-r {
  width: 25.5%;
  float: right;
}
.ad-fenlan img {
  width: 100%;
}
/*分栏广告 end*/
.index-left {
  width: 47%;
  float: left;
  margin-top: 25px;
}
.index-right {
  width: 52%;
  float: right;
  margin-top: 25px;
}
/*小焦点图*/
.news-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.news-slide .bd {
  position: relative;
  width: 100%;
  z-index: 0;
}
.news-slide .bd li {
  zoom: 1;
  vertical-align: middle;
}
.news-slide .bd li a {
  display: block;
  width: 100%;
  padding-bottom: 58%;
  background-size: 100% 100%;
  position: relative;
}
.news-slide .bd li a h3 {
  width: 100%;
  height: 12%;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0px;
  bottom: 0px;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: left;
  justify-content: left;
  padding-left: 20px;
  font-size: 17px;
  color: #fff;
}
.news-slide .hd {
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 20px;
  z-index: 9;
  width: 30%;
  margin-bottom: 1.5%;
}
.news-slide .hd ul {
  width: 100%;
  height: 100%;
}
.news-slide .hd li {
  display: inline-block;
  width: 12%;
  height: 20px;
  float: left;
  border: 1px solid #ccc;
  background: #000;
  color: #fff;
  text-align: center;
  line-height: 18px;
  cursor: pointer;
}
.news-slide .hd li.on {
  background: #b81010;
}
/*小焦点图 end*/
/*首页信息列表样式*/
.news-box {
  width: 100%;
  border: 1px solid #d5d5d5;
}
.news-list {
  padding: 15px 20px 20px;
}
.news-list li {
  height: 45px;
  border-bottom: 1px dashed #d0d0d0;
  position: relative;
  padding-left: 13px;
}
.news-list li i {
  display: block;
  width: 3px;
  height: 3px;
  background: #333;
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -2px;
}
.news-list li a {
  display: inline-block;
  font-size: 15px;
  line-height: 44px;
  max-width: 90%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news-list li a:hover {
  color: #e41913;
}
.news-list li span {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 0px;
  line-height: 44px;
  font-size: 15px;
  color: #999;
}
.news-list.xyyw-list {
  padding-top: 0px;
}
.news-first {
  padding: 8px 0px 15px;
  margin: 0px 20px;
  border-bottom: 1px dashed #d0d0d0;
  text-align: center;
}
.news-first > a {
  font-size: 21px;
  font-weight: bold;
  color: #e41913;
  line-height: 42px;
}
.news-first p {
  display: block;
  height: 81px;
  line-height: 27px;
  font-size: 13px;
  color: #999;
  text-align: left;
}
.news-first p a {
  font-size: 13px;
  color: #e41913;
}
@media only screen and (max-width: 1439px) and (min-width: 1000px) {
  .news-list li {
    height: 2.86vw;
  }
  .news-list li a {
    line-height: 2.86vw;
  }
  .news-list li span {
    line-height: 2.86vw;
  }
}
@media only screen and (max-width: 1000px) {
  .news-list li {
    height: 24px;
  }
  .news-list li a {
    line-height: 24px;
    font-size: 13px;
  }
  .news-list li span {
    line-height: 24px;
    font-size: 13px;
  }
}
/*首页信息列表样式 end*/
/*创新办学*/
.cxbx-box {
  margin-top: 25px;
}
.cxbx-box li {
  display: inline-block;
  float: left;
  width: 16%;
  height: 141px;
  background-color: #f4f4f4;
  position: relative;
}
.cxbx-box li:first-child {
  width: 20%;
  background: #ccb489;
  text-align: center;
}
.cxbx-box li:first-child strong {
  font-size: 31px;
  color: #fff;
  line-height: 141px;
}
.cxbx-box li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  padding-top: 90px;
  text-align: center;
}
.cxbx-box li a span {
  font-size: 19px;
}
.cxbx-box li a img {
  position: absolute;
  left: 50%;
  transition: all 0.2s ease-out 0s;
}
.cxbx-box li a:hover {
  text-decoration: none;
  color: #ff7e00;
}
.cxbx-box li a:hover img {
  transition: all 0.2s ease-out 0s;
}
.cxbx-box li:nth-child(2),
.cxbx-box li:nth-child(4),
.cxbx-box li:nth-child(6) {
  background: #fff;
  border: 1px solid #f0f0f0;
}
.cxbx-box li:nth-child(2) {
  border-left: 0px;
  background: url("cxbx_sj.png") no-repeat left center #ffffff;
}
.cxbx-box li:nth-child(2) img {
  width: 43px;
  height: 44px;
  top: 27px;
  margin-left: -22px;
}
.cxbx-box li:nth-child(2) a:hover img {
  width: 53px;
  height: 54px;
  margin-left: -26px;
  top: 22px;
}
.cxbx-box li:nth-child(3) img {
  width: 68px;
  height: 52px;
  top: 29px;
  margin-left: -34px;
}
.cxbx-box li:nth-child(3) a:hover img {
  width: 78px;
  height: 60px;
  margin-left: -39px;
  top: 25px;
}
.cxbx-box li:nth-child(4) img {
  width: 46px;
  height: 47px;
  top: 30px;
  margin-left: -23px;
}
.cxbx-box li:nth-child(4) a:hover img {
  width: 56px;
  height: 57px;
  margin-left: -28px;
  top: 25px;
}
.cxbx-box li:nth-child(5) img {
  width: 50px;
  height: 51px;
  top: 30px;
  margin-left: -25px;
}
.cxbx-box li:nth-child(5) a:hover img {
  width: 60px;
  height: 61px;
  margin-left: -30px;
  top: 25px;
}
.cxbx-box li:nth-child(6) img {
  width: 41px;
  height: 41px;
  top: 36px;
  margin-left: -20px;
}
.cxbx-box li:nth-child(6) a:hover img {
  width: 51px;
  height: 51px;
  margin-left: -25px;
  top: 31px;
}
/*创新办学 end*/
.info-box {
  margin-top: 25px;
}
.info-box .news-box {
  width: 32%;
  float: left;
}
.info-box .news-box:last-child {
  float: right;
}
.info-box .news-box:first-child {
  margin-right: 2%;
}
.info-box .news-box li a {
  width: 82%;
}
/*快捷跳转*/
.quick-link li {
  height: 90px;
  width: 24.23%;
  float: left;
  margin-right: 1%;
  background: #e6e6e6;
}
.quick-link li:last-child {
  float: right;
  margin-right: 0px;
}
.quick-link li a {
  display: block;
  width: 100%;
  padding-left: 97px;
  text-align: center;
  line-height: 90px;
  font-size: 23px;
  color: #e11a15;
  transition: all 0.2s ease-out 0s;
}
.quick-link li a:hover {
  font-size: 25px;
  transition: all 0.2s ease-out 0s;
  text-decoration: none;
}
.quick-link li:nth-child(1) a {
  background: url("quick_1.png") no-repeat;
}
.quick-link li:nth-child(2) a {
  background: url("quick_2.png") no-repeat;
}
.quick-link li:nth-child(3) a {
  background: url("quick_3.png") no-repeat;
}
.quick-link li:nth-child(4) a {
  background: url("quick_4.png") no-repeat;
}
/*快捷跳转 end*/
/*友情链接*/
.footer-link {
  margin-top: 30px;
  height: 60px;
  background: #d9d9d9;
  border-top: 1px solid #a4a4a4;
}
.footer-link .box {
  width: 1000px;
  margin: 0px auto;
  height: 59px;
}
.footer-link ul li {
  float: left;
  height: 59px;
  line-height: 59px;
  font-size: 15px;
  margin-right: 50px;
  padding-left: 50px;
}
.footer-link ul li strong {
  font-size: 15px;
}
.footer-link ul li:nth-child(1) {
  background: url("footer_1.png") no-repeat left center;
}
.footer-link ul li:nth-child(2) {
  background: url("footer_2.png") no-repeat left center;
}
.footer-link ul li:nth-child(3) {
  background: url("footer_3.png") no-repeat left center;
}
.footer-link ul li:nth-child(4) {
  padding-left: 0px;
  width: 200px;
  margin-right: 0px;
}
.footer-link ul li select {
  width: 100%;
  height: 30px;
}
/*友情链接 end*/
.footer {
  height: 100px;
  background: #e6e6e6;
  padding: 18px 0px;
}
.footer div {
  width: 350px;
  height: 64px;
  margin: 0px auto;
  position: relative;
  padding-left: 80px;
}
.footer div a {
  position: absolute;
  left: 0px;
  top: 0px;
}
.footer div p {
  display: block;
  height: 64px;
  line-height: 26px;
  padding: 6px 0px;
  font-size: 15px;
}
